From: Antonio Nino Diaz Date: Tue, 23 Oct 2018 17:31:08 +0000 (+0100) Subject: juno: Increase BL2 max size X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=472158f659fdc60169eac60db07382f519ea619e;p=project%2Fbcm63xx%2Fatf.git juno: Increase BL2 max size Version 1.4.7 of libfdt is bigger than the current one (1.4.2) and the current reserved space for BL2 in Juno isn't enough to fit the Trusted Firmware when compiling with clang or armclang. Change-Id: I7b73394ca60d17f417773f56dd5b3d54495a45a8 Signed-off-by: Antonio Nino Diaz --- diff --git a/plat/arm/board/juno/include/platform_def.h b/plat/arm/board/juno/include/platform_def.h index 0e5c6d9a..d4a77f02 100644 --- a/plat/arm/board/juno/include/platform_def.h +++ b/plat/arm/board/juno/include/platform_def.h @@ -142,7 +142,7 @@ # define PLAT_ARM_MAX_BL2_SIZE 0x1C000 #endif #else -# define PLAT_ARM_MAX_BL2_SIZE 0xE000 +# define PLAT_ARM_MAX_BL2_SIZE 0xF000 #endif /*